home *** CD-ROM | disk | FTP | other *** search
/ Software Explosion / Software Explosion (Fore-Matt Home Computing)(1996).iso / games / windows / thing95 / readme.txt < prev    next >
Text File  |  1994-08-24  |  3KB  |  76 lines

  1.                         THINGY Version 1.0 GA              
  2.                         =====================
  3.  
  4.         Well, this is my first attempt at writing a Win32 game.
  5. Needless to say this version if VERY ruff. What I would like to
  6. do is in the future do it with WING, but alas there is school to
  7. contend with!
  8.  
  9.  Anyhow this is the Windows 95 release, and this version WILL
  10. NOT run under any version of Windows NT. As a mater of fact this
  11. will not meet any of the requirements of the Windows 95 logo
  12. program (but I'm not loosing sleep over it!) the games has all
  13. the waves as external's instead of putting them into a DLL so
  14. that if you want to use them go ahead.  The game is pretty
  15. simple and the maze is in flat ASCII so that if you want to use
  16. a better (easier) one go ahead! the player start and ghost start
  17. will not change!!  If you do go modifying the maze please make a
  18. backup ! :)  
  19.  
  20.  And this is NOT a MSDOS game however you do need to load
  21. ansi.sys into your config.sys (no MSDOS is not dead in Windows
  22. 95 and this games was written to show how the Win32 layer can
  23. make use of the MSDOS layer of Windows 95) If you do not load
  24. ANSI.SYS in your config.sys the game will appear VERY strange
  25. indeed (the same problem under NT!)
  26.  
  27.  All the Wave's must be in the path, for them to properly work.
  28. The best thing to do is to stick them in their own sub directory
  29. (It gives you practice with your new OS! :)  )
  30.  
  31.  for people queasy about editing the config.sys here is the line
  32. from mine
  33.  
  34.  DeviceHigh=c:\windows\command\ansi.sys
  35.  
  36.  The gameplay is very strait forward the arrow keys point you in
  37. the direction that you want to go, so if you want to run left
  38. only hit the left arrow key once!.  When you collect 100 points
  39. you get an extra life. The '.'s are worth 1 point and ghosts are
  40. worth 20 points.  When you get all the '.'s you get to go to the
  41. next level... the 'p' key pauses while the 'o' key un pauses. 
  42. And 'q' will Quit the game.
  43.  
  44.  Until I figure out what is wrong with the SetCursorPos function
  45. this is the way it will be!  I am currently working on a
  46. graphical OS/2 game that uses threads (Under Windows 95 Threads
  47. made THINGY totally unusable) and hopefully support the MMOS/2
  48. calls......
  49.  
  50.  THINGY was written using Watcom C/C++ Version 10.0a and I would
  51. recommend this compiler to anyone that wants to write code for
  52. Win32, OS/2 DOS (a'la DOS4GW) although it doesn't come with TNT
  53. unlike Visual C from MS, but I have had more luck with Watcom. 
  54. The Source is available if you really REALLY want it (I really
  55. have no idea if anyone wants it but if you do all you have to do
  56. is ask!)
  57.  
  58.  Oh before I forget;
  59.  
  60.  This product is in lieu of all other warranties (or
  61.  conditions), express or implied, includeing, but not limited
  62.  to, the particualr purpose.  I will not be liable for any
  63.  lost profits, lost savings, or any incidental damages or other
  64.  econimic consequential damages. I will not be liable
  65.  for any damages claimed by you based on any third party claim.
  66.  
  67.  This software is provided on an 'AS IS' basis. if you don't like
  68.  it delete it NOW!
  69.  
  70.  Well, Have fun!
  71.  
  72.                                                                
  73.                                                             Jason Stevens                                                  
  74.                                                jason@alpha.acast.nova.edu
  75.                                                    August 23'rd      1995
  76.